xen: arm: wait 1000ms for a CPU to come up, instead of forever
authorIan Campbell <ian.campbell@citrix.com>
Wed, 14 Jan 2015 15:47:36 +0000 (15:47 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 15 Jan 2015 13:52:40 +0000 (13:52 +0000)
commit908e12099a5c90fcb8e5b3cbf025a9f70bbc2d49
tree8100478d41ce489289b83eb20d1f9f938079b5e3
parentf62b0ef8feae62c9b83b43bb3714c58d9d5dbacd
xen: arm: wait 1000ms for a CPU to come up, instead of forever

Otherwise continue without it, which is preferable to the current
infinite hang.

Slightly tweak the grammar of a comment in the same function.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Julien Grall <julien.grall@linaro.org>
xen/arch/arm/smpboot.c